-
Notifications
You must be signed in to change notification settings - Fork 36
Added missing UM boards and fixed TinyS3 product URL. #122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added missing UM boards and fixed TinyS3 product URL. #122
Conversation
Signed-off-by: Seon Rozenblum <[email protected]>
@UnexpectedMaker The boards are using tinyuf2. The boards json are missing the entrys for. |
maybe add option |
@Jason2866 Unlike Adafruit that only have the TinyUF2 partition, I don't and it's not the default and I'm ok with it not being used in PIO. I'll remove the "ldscript" entry, but it seems most boards still have it in there anyway. My boards are set to HWCDC/Serial JTAG, so the watchdog thing is not needed. If someone changes the mode in their platform.ini, they can also add the watchdog reset. |
Hmm, they should all have "-DARDUINO_USB_MODE=1" - but it seems that was never picked up from the Arduino Core? Or were these files never generated from that? |
Signed-off-by: Seon Rozenblum <[email protected]>
boards.json are all "handmade" That's why so many have missing entrys or the obsolete "ldscript" entry. Copy&Paste... Platformio crew never really checked the provided PRs for the boards. Anyways it will be always a mess as long boards are available with same name and different MCU configuration |
Wow, I never realized - I would have kept up with adding my boards here and keep them updated if I had know. I assumed they came from the Arduino Core. Thanks for the help and guidance @Jason2866 :) |
@UnexpectedMaker Just noticed after hitting the merge button. When tinyuf is not used this entrys should be removed.
|
Ok, nps, I'll get those updated tomorrow when I get into work - late here now - Zzzzz time... |
Description:
I added the missing Unexpected Maker boards from Arduino ESP32 Core 3.x
I also fixed the broken product URL for the TinyS3 board file.
Thanks :)